home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-08 | 1.3 KB | 29 lines | [TEXT/MPS ] |
- Unfortunately you can’t easily make a build with the sources here. Momentum.a, etc.
- will build the INIT, which needs to be copied and pasted into the Momentum CDEV file.
- Obviously, we developed these somewhat independently. The Momentum.r file has some
- of the CDEV rez items, but it’s not up to date.
-
- I didn’t get the time to add to “new & improved” way of installing the INIT, that
- was shown at Scott & Allan’s Essential Hack, but you’ve got the source code, right?
-
- Comments, bug reports, etc. can be sent to:
-
- Jim Stegman & Bill Johnson
- Exodus Software
- 800 Compton Rd., Suite 9240
- Cincinnati, OH 45231
-
- or AppleLink EXODUS
-
- P.S. We also tried to throw icons in the Finder, which doesn’t call DragGrayRgn.
- We tried patching 3 traps, which are called by the Finder in their icon-dragging
- loop:
-
- PaintRgn: enables the other patches… checks currApp = Finder; other stuff.
- GetMouse: when enabled by PaintRgn, initializes data structs, enables WaitMouseUp,
- disables PaintRgn. Later calls to it returns trajectory mouse loc.
- WaitMouseUp: a tail patch that waits until the mouse is up, then pretends it
- isn’t, until GetMouse no longer is “moving” the region.
-
- I suspect the reason this didn’t work is the WaitMouseUp tail patch. Anyone got any
- ideas to how to get tossing icons to work?